body {
	font-size: 14px
}

.header_top .top_right ul.top_nav li a {
	font-size: 14px;
	vertical-align: middle
}

.header .logo {
	width: 180px
}

.top_right ul.top_nav>li.search input[type="text"],
.top_right ul.top_nav>li.search a.btn {
	vertical-align: middle
}

.top_right ul.top_nav>li.search input[type="text"] {
	border: 1px solid #997858;
	width: 175px;
	height: 16px;
	line-height: 16px;
	border-radius: 8px;
	text-align: center;
	background: transparent;
	font-size: 14px
}

.top_right ul.top_nav>li.search input[type="text"]::placeholder {
	color: #997858
}

.top_right ul.top_nav>li.search a.btn {
	display: inline-block;
	background: url(../image/search_ico.png) center no-repeat;
	background-size: cover;
	width: 16px;
	height: 16px;
	margin-left: 5px
}

.menu li a strong,
.menu li span strong {
	padding: 0 14px;
	font-weight: 500;
	text-align: center;
}

.select_lg {
	display: none
}

.box_tit {
	text-align: center
}

.box_tit img {
	display: block;
	margin: 0 auto;
	max-height: 80px;
}

.box_tit p {
	font-size: 20px;
	color: #ee1d23
}

.common_btn {
	display: block;
	width: 200px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #997858;
	text-align:
		center;
	color: #997858;
	text-decoration: none;
	margin: 50px auto 0;
	font-size: 18px
}

.common_btn:hover {
	background-color: #997858;
	color: #fff
}

.footer .content.footer_top_body {
	display: block;
	text-align: left
}

.footer .content.footer_top_body .clearfix {
	width: 100%
}

.footer .content.footer_top_body img.fl {
	float: left
}

.footer .content.footer_top_body div.fr {
	float: right;
	padding-top: 6px;
	padding-right: 40px
}

.footer .content.footer_top_body div.fr a {
	display: inline-block;
	width: 56px;
	height: 56px;
	margin-left: 40px
}

.footer .content.footer_top_body div.fr a.wechat {
	background: url(../image/wechat_ico.png) center no-repeat;
	background-size: cover
}

.footer .content.footer_top_body div.fr a.weibo {
	background: url(../image/weibo_ico.png) center no-repeat;
	background-size: cover
}

.footer .footerLeft {
	width: 100%
}

.footer .footerLeft ul {
	width: 16.66666%
}

.footer .copy {
	text-align: left;
	margin-top: 50px;
	margin-bottom: 40px
}

.footer .copy em {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	/*padding-left: 60pxk*/
}

.page_tit {
	color: #3380ba;
	font-size: 25px;
	margin: 0 0 50px;
	padding: 0;
	text-align: center
}

.pop_img_body {
	display: none;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9000;
	box-sizing: border-box;
	padding: 40px
}

.pop_img_body img {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%
}

.faq_category_title {
	padding-top: 20px;
	padding-bottom: 20px
}

.faq_row {
	padding-top: 0
}

.faq_question {
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 41px
}

.faq_answer_wr span.fl,
.faq_answer_wr div.fl {
	float: left
}

.faq_answer_wr span.fl {
	font-size: 18px
}

.faq_answer_wr div.fl {
	width: 90%;
	padding-left: 20px
}


.footer .content {
	padding-top: 35px;
	padding-bottom: 50px;
	text-align: center;
	display: block;
}

.footer .content .logo_in_footer {
	display: block;
	margin: 0 auto;
}

.footer .content .ico_body {
	text-align: center;
	padding: 50px 0;
}

.footer .content .ico_body a {
	display: inline-block;
	width: 56px;
	height: 56px;
	/* margin-left: 40px */
}

.footer .content .ico_body a.wechat {
	background: url(../image/wechat_ico.png) center no-repeat;
	background-size: cover
}

.footer .content .ico_body a.weibo {
	background: url(../image/weibo_ico.png) center no-repeat;
	background-size: cover
}

.footer .copy {
	text-align: center;
	margin: 0;
	padding: 0;
}

.footer .copy a {
	text-decoration: none;
}


.new_farm_tit {
	font-size: 22px;
}

.new_farm_line p {
	line-height: 30px;
	text-align: justify;
}

.column_limit p {
	line-height: 30px;
}


.pop_mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 9998;
	background: rgba(0, 0, 0, .3);
	display: none;
}

.pop_mask .con {
	width: 900px;
	height: 710px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pop_mask .con .tit {
	background-color: #2d84cc;
	height: 180px;
	overflow: hidden;
	text-align: center;
}

.pop_mask .con .tit i {
	display: block;
	background: url(../image/pop_logo.png) center no-repeat;
	width: 70px;
	height: 70px;
	background-size: cover;
	margin: 20px auto 15px;
}

.pop_mask .con .tit p {
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	padding: 0;
}

.pop_mask .con .close_btn {
	display: block;
	background: url(../image/pop_close.png) center no-repeat;
	background-size: cover;
	width: 80px;
	height: 80px;
	margin: 30px auto 0;
	display: block;
}

.pop_mask .con .in {
	height: 420px;
	overflow: auto;
	overflow-x: hidden;
	padding: 40px;
	box-sizing: border-box;
	background-color: #fff;
}

.pop_mask .con .in h3,
.pop_mask .con .in h4 {
	text-align: center;
	color: #2d84cc;
	padding-bottom: 0;
	margin-bottom: 0;
}

.pop_mask .con .in h3 {
	font-size: 24px;
	margin-bottom: 20px;
}

.pop_mask .con .in h4 {
	font-size: 20px;
	margin-bottom: 15px;
}

.pop_mask .con .in p {
	font-size: 16px;
	line-height: 26px;
	color: #727171;
	margin-bottom: 0;
	padding-bottom: 0;
}

.pop_mask .con .in p.tc {
	text-align: center;
}

.pop_mask .con .in p a {
	color: #727171;
}

.pop_mask .con .clearfix {
	width: 100%;
	display: block;
	margin-bottom: 60px;
}

.pop_mask .con .clearfix img.fl {
	max-width: 420px;
	float: left;
}

.pop_mask .con .clearfix div.fr {
	width: 360px;
	float: right;
}

.pop_mask .con .clearfix div.fr h4 {
	font-size: 18px;
	text-align: left;
}

.pop_mask .con .clearfix div.fr h6 {
	font-size: 14px;
	line-height: 20px;
	color: #727171;
	padding-bottom: 0;
	margin-bottom: 0px;
}

.pop_mask .con .clearfix div.fr h6 span {
	color: #3085cc;
	margin-right: 10px;
}


.icon_new {
	background: url(../image/new.png) no-repeat;
	width: 70px;
	height: 51px;
	background-size: cover;
	position: absolute;
	left: -40px;
	top: 25px;
	display: none;
}

.icon_new.show {
	display: block;
}


.index_tab_2020 {
	padding: 10px 0 20px;
}

.index_tab_2020 a,
.index_tab_2020 span {
	display: inline-block;
}

.index_tab_2020 a {
	text-decoration: none;
	color: #585858;
	font-size: 14px;
}

.index_tab_2020 a:hover,
.index_tab_2020 a.active {
	color: #3380bb;
}

.index_tab_2020 span {
	font-size: 18px;
	padding: 0 30px;
	color: #3380bb;
}

.con_hide {
	display: none;
}

.sub_nav__body_2020 {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, .90);
	padding: 40px 0 10px;
	display: none;
}

.sub_nav__body_2020 .in_box {
	display: none;
}

.sub_nav__body_2020 .list_line {
	margin-bottom: 20px;
	display: flex;
	justify-content: flex-start;
}

.sub_nav__body_2020 .list_line:last-child {
	margin-bottom: 0;
}

.sub_nav__body_2020 .list_line span {
	height: 110px;
	line-height: 110px;
	width: 180px;
	text-align: center;
	color: #3380be;
	font-size: 16px;
	border-right: 1px solid #3380be;
}

.sub_nav__body_2020 .list_line .list_in {
	width: calc(100% - 180px);
	box-sizing: border-box;
	padding-left: 50px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.sub_nav__body_2020 .list_line .list_in .list_in_box {
	transition: all ease .3s;
	margin-right: 3%;
}

.sub_nav__body_2020 .list_line .list_in .list_in_box:hover {
	transform: translateY(-5px);
}

.sub_nav__body_2020 .list_line .list_in a {
	display: block;
	text-decoration: none;
	width: 127px;
}

.sub_nav__body_2020 .list_line .list_in img {
	display: block;
	height: 105px;
	margin: 0 auto;
}

.sub_nav__body_2020 .list_line .list_in p {
	text-align: center;
	font-size: 14px;
	color: #3380be;
	padding-top: 10px;
}